home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
utils2
/
pock40.arj
/
TOUCH.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-03-27
|
204b
|
11 lines
echo off
if "%1"=="/?" goto usage
if "%1"=="" goto usage
d /IhF^T %1 %2 %3 %4 %5 %6 %7 %8 %9
goto exit
:usage
echo Touch files matching specified filespec(s)
echo usage: TOUCH f1 f2 f3..
:exit